home *** CD-ROM | disk | FTP | other *** search
- global gWette, gWetten, gWettIni, gParams, gParamsAll, gDifficulty, gDragging, gPlayerNames, gPlayerNumber
-
- on enterFrame
- end
-
- on exitFrame
- if gWette < 10 then
- set gWettIni to loadini("Wette0" & gWette & ".ini")
- else
- set gWettIni to loadini("Wette" & gWette & ".ini")
- end if
- set gParamsAll to getAt(gWettIni, 1)
- set gParams to gParamsAll
- invisibleSprites(11, 16)
- set the puppet of sprite 7 to 1
- set the visible of sprite 7 to 0
- set the castNum of sprite 7 to the number of member "WettTxt01" + gWette - 1
- set the ink of sprite 7 to 36
- set the locH of sprite 7 to 5
- set the locV of sprite 7 to 40
- SetWetteParamsTextfeld()
- set the puppet of sprite 2 to 1
- set the visible of sprite 2 to 0
- set the castNum of sprite 2 to the number of member "Icon01gelb" + gWette - 1
- set the blend of sprite 2 to 100
- put getPropAt(gPlayerNames, gPlayerNumber) into field "NameFieldKurz"
- set the visible of sprite 2 to 1
- preLoad(the frame + 1)
- end
-